Changeset 20015b41e7 in tspsg for src/main.cpp
- Timestamp:
- Apr 27, 2010, 9:12:55 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 5d401f2c50
- Parents:
- ca3d2a30fa
- git-author:
- Oleksii Serdiuk <contacts@…> (04/27/10 09:12:55)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:41:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
rca3d2a30fa r20015b41e7 33 33 #endif 34 34 35 #ifdef STATIC_BUILD36 Q_IMPORT_PLUGIN(qjpeg)37 Q_IMPORT_PLUGIN(qsvg)38 #endif35 //#ifdef STATIC_BUILD 36 // Q_IMPORT_PLUGIN(qjpeg) 37 // Q_IMPORT_PLUGIN(qtiff) 38 //#endif 39 39 40 40 int main(int argc, char *argv[]) … … 47 47 app.setOrganizationName("Oleksii \"Lёppa\" Serdiuk"); 48 48 app.setOrganizationDomain("oleksii.name"); 49 app.setApplicationName("TSPSG ");49 app.setApplicationName("TSPSG: TSP Solver and Generator"); 50 50 app.setApplicationVersion(BUILD_VERSION); 51 51
Note: See TracChangeset
for help on using the changeset viewer.