[Phoneorder-commits] SF.net SVN: phoneorder: [46] trunk
Status: Alpha
Brought to you by:
hurikhan
|
From: <hur...@us...> - 2007-02-27 21:40:06
|
Revision: 46
http://svn.sourceforge.net/phoneorder/?rev=46&view=rev
Author: hurikhan
Date: 2007-02-27 13:39:56 -0800 (Tue, 27 Feb 2007)
Log Message:
-----------
Qmake .pro files changes/corrected
Modified Paths:
--------------
trunk/phoneorder.pro
trunk/src/mainform.ui.h
trunk/src/src.pro
Modified: trunk/phoneorder.pro
===================================================================
--- trunk/phoneorder.pro 2006-05-20 04:06:06 UTC (rev 45)
+++ trunk/phoneorder.pro 2007-02-27 21:39:56 UTC (rev 46)
@@ -1,11 +1,11 @@
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt.
# -------------------------------------------
-# Unterverzeichnis relativ zum Projektverzeichnis: .
-# Das Target ist Projekt im Unterverzeichnis
+# Unterordner relativ zum Projektordner: .
+# Das Target ist Projekt im Unterordner
-SUBDIRS += src
-TEMPLATE = subdirs
CONFIG += debug \
warn_on \
qt \
thread
+TEMPLATE = subdirs
+SUBDIRS += src
Modified: trunk/src/mainform.ui.h
===================================================================
--- trunk/src/mainform.ui.h 2006-05-20 04:06:06 UTC (rev 45)
+++ trunk/src/mainform.ui.h 2007-02-27 21:39:56 UTC (rev 46)
@@ -58,5 +58,5 @@
void MainForm::createPreparedOrder (QString)
{
- //TODO: NewOrderWidget anhand der Telefonnummer ausfüllen
+ //TODO NewOrderWidget anhand der Telefonnummer ausfüllen
}
Modified: trunk/src/src.pro
===================================================================
--- trunk/src/src.pro 2006-05-20 04:06:06 UTC (rev 45)
+++ trunk/src/src.pro 2007-02-27 21:39:56 UTC (rev 46)
@@ -1,8 +1,16 @@
# Diese Datei wurde mit dem qmake-Manager von KDevelop erstellt.
# -------------------------------------------
-# Unterverzeichnis relativ zum Projektverzeichnis: ./src
+# Unterordner relativ zum Projektordner: ./src
# Das Target ist eine Anwendung: ../bin/phoneorder
+LANGUAGE = C++
+DBFILE = src.db
+TARGET = ../bin/phoneorder
+CONFIG += debug \
+ warn_on \
+ qt \
+ thread
+TEMPLATE = app
FORMS += mainform.ui \
orderwidget.ui \
customereditor.ui \
@@ -25,13 +33,3 @@
po_fullcustomereditor.cpp \
po_priceseditor.cpp \
po_locationseditor.cpp
-LANGUAGE = C++
-DBFILE = src.db
-TEMPLATE = app
-customereditor.ui.target = customereditor.ui
-customereditor.ui.commands = $$IDL_COMPILER $$IDL_OPTIONS $$customereditor.ui.target
-CONFIG += debug \
-warn_on \
-qt \
-thread
-TARGET = ../bin/phoneorder
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|